File Download Encoding

Download (GET) operations use application/octet-stream encoding.

Example

Request:
GET /api/v1/files/ini HTTP/1.1
Host: 10.4.219.229 
Response:
HTTP/1.1 200 OK
Content-Type: application/octet-stream
 
;**************
;** Ini File **
;**************
 
;Board: Mediant SW
;Board Type: 73
;Serial Number: 101780235059663
;Slot Number: 1
;Software Version: 7.20A.200.014
;DSP Software Version: SOFTDSP => 0.00
;Board IP Address: 10.4.219.229
;Board Subnet Mask: 255.255.0.0
...